memory access

英 [ˈmeməri ˈækses] 美 [ˈmeməri ˈækses]

存储访问,内存访问;存取存储器

计算机



双语例句

  1. The other main type of processor architecture, CISC ( the x86 processor being a popular CISC instruction set), allows for memory access in nearly every instruction.
    另外一种主要的处理器体系结构CISC(x86处理器就是一种流行的CISC指令集)几乎允许在每条指令中进行内存访问。
  2. Large page usage is primarily intended to provide performance improvements to memory access intensive applications.
    使用大页主要是为提高内存访问频繁的应用程序的性能。
  3. NUMA support ( Non-Uniform Memory Access, memory design for multiprocessors) allows virtual machines to efficiently access large amounts of memory.
    NUMA支持(非一致性内存访问,针对多处理器的内存设计)允许虚拟机有效地访问大量内存。
  4. This increases the latency of the task's memory access until its data is in the cache of the new CPU.
    这就增加了任务的内存访问延迟,这些时间用来将其数据移入新CPU的内存中。
  5. The SPEs access main storage with direct memory access ( DMA) commands that move data and instructions between main storage and a private local memory, called a local store or local storage ( LS).
    SPE用直接内存访问(DMA)命令访问主存储器,可以在主存储器与称为本地库或本地存储(LS)的私有本地内存之间移动数据和指令。
  6. The first copy is performed by the DMA engine, which reads file contents from the disk and stores them into a kernel address space buffer.
    直接内存存取(directmemoryaccess,DMA)引擎执行了第一次拷贝(参见图1),它从磁盘中读取文件内容,然后将它们存储到一个内核地址空间缓存区中。
  7. For C and C++ programs ( not Java or. NET), Purify works by inserting extra instructions around every memory access the program performs.
    对于C和C++程序(而不是Java或者.NET),Purify通过在这个程序执行中的每一个内存访问周围插入额外的指令来工作。
  8. The most efficient scheme uses hardware assists such as the AMD I/ O MMU ( IOMMU) to provide transparent translation of guest physical addresses to host physical addresses ( for operations such as direct memory access [ DMA]).
    最有效的方案是使用像AMDI/OMMU(IOMMU)这样的硬件协助来提供Guest物理地址到主机物理地址的透明转换(用于直接内存访问[DMA]这样的操作)。
  9. The tightly-coupled nature of the CMP allows very short physical distances between processors and memory and, therefore, minimal memory access latency and higher performance.
    CMP紧密耦合的本质使处理器与内存之间的物理距离很短,因此可提供最小的内存访问延迟和更高的性能。
  10. The index register is added to the specified address, and the result is used as the address for the memory access.
    索引寄存器会与某个指定的地址相加,结果用作访问内存时使用的地址。
  11. Because workloads with high Symmetrix cache read-hit rates are serviced at memory access speed, storing the data needed on EFDs may not result in a significant increase in performance.
    因为具有高Symmetrix缓存读中率的工作负载都是以内存访问速度实现的,所以在EFD中存储所需要的数据可能不会对性能有大的改进。
  12. Some types of memory access errors ( like using a NULL pointer) cause a program to crash outright.
    有些类型的内存访问错误(比如使用一个NULL指示器)将会导致一个程序完全崩溃。
  13. When AME is enabled for an LPAR, the operating system starts compressing and decompressing data in memory based on the workload's memory access pattern.
    在为LPAR启用AME时,操作系统将开始根据工作负载的内存访问模式压缩和解压缩内存中的数据。
  14. Does it contain memory access errors?
    是否包括内存访问错误?
  15. To enable memory access, it provides put and set methods for ints, chars, and bytes.
    为允许内存访问,它为int、char和byte提供了put和set方法。
  16. Modern hardware makes use of nonuniform memory access ( NUMA), whereby a processor can access local memory faster than memory located remotely, on another bus.
    现代硬件利用了非一致内存访问(NUMA),因此,处理器访问本地内存的速度比访问位于另一个总线上的远程内存的速度更快。
  17. On the other side are the technological advances made in the platform, including architectures ( multiprocessing, symmetric multithreading, non-uniform memory access [ NUMA]) and virtualization.
    另一方面,它要考虑平台方面的技术进步,包括架构(多处理、对称多线程、非一致内存访问[NUMA]和虚拟化)。
  18. With AIX uDAPL, you can incorporate the features provided by the API, including the capability to do remote direct memory access ( RDMA).
    通过使用AIXuDAPL,可以利用API提供的特性,包括远程直接内存访问(RDMA)。
  19. Purify adds value to your existing correctness tests by simultaneously checking for memory access errors.
    Purify可以通过同时检查内存访问错误来对您的现存正确性测试增加价值。
  20. Adaptive stack cache with fast address generation policy is proposed by investigating memory access behavior of programs.
    通过对程序的访存行为进行分析,提出快速地址计算的自适应栈高速缓存方案。
  21. A Memory Access Technology of Heterogeneous Multi-Core System Based on Cell Broadband Engine Architecture
    面向Cell宽带引擎架构的异构多核访存技术
  22. We also add the'unsafe'keyword since direct memory access isn't thread safe.
    我们也添加了“不安全”的关键词因为直接内存获取并不安全。
  23. Analysis and Research of Windows CE Memory Access
    WINDOWSCE内存访问原理分析与研究
  24. It results in a tighter coupling between client and server, and also completely ignores things like latency, failure, lack of a shared memory access, etc.
    它导致客户端和服务之间更加紧耦合,并且完全忽略了像延时、失败、缺乏共享的内存访问等东西。
  25. A method and apparatus for high performance volatile disk drive ( VDD) memory access using an integrated direct memory access ( DMA) engine.
    一种方法和装置,用于使用集成直接存储器访问(DMA)引擎进行高性能易失性磁盘驱动器(VDD)存储器访问。
  26. This advanced property is used for optimizing memory access. See documentation for usage.
    此高级属性用于优化内存访问。有关用法,请参阅文档。
  27. There is little memory access overhead and rollbacks are rare.
    因为内存访问的开销很低,而且回滚操作很少。
  28. Design and Optimization of Memory Access Structure for Multicore-SoC Based on SPM
    基于SPM的多核SoC访存结构设计与优化
  29. As processor gets much higher speed, the memory access latency becomes a bottleneck that restricts higher performance.
    随着处理机运行速度的逐渐提高,存储访问延迟成为性能提高的瓶颈。
  30. Hence the term Non-Uniform Memory access.
    因此就有了非均匀存储器存取这个术语。

英英释义

noun

  1. (computer science) the operation of reading or writing stored information

      Synonym:    access